// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03A TN_Widget.CreateTable([['Portland's Back Cove Music & Arts Festival: Lord Huron, Andre 3000, & Jack White - 2 Day Pass','Payson Park','Portland, ME','Saturday','8/2/2025','TBD','7013528','Portland-s-Back-Cove-Music---Arts-Festival--Lord-Huron--Andre-3000----Jack-White---2-Day-Pass-8-2-2025'],['Portland's Back Cove Music & Arts Festival: Jack White, Turnpike Troubadours, & Lucy Dacus -Saturday (Time: TBD)','Payson Park','Portland, ME','Sunday','8/3/2025','1:00 PM','7013530','Portland-s-Back-Cove-Music---Arts-Festival--Jack-White--Turnpike-Troubadours----Lucy-Dacus--Saturday--Time--TBD--8-3-2025'],['d4vd','Cathedral Theatre at the Masonic Temple','Detroit, MI','Tuesday','9/2/2025','7:00 PM','7104325','d4vd-9-2-2025'],['Clipse','Cathedral Theatre at the Masonic Temple','Detroit, MI','Wednesday','9/10/2025','7:00 PM','7203463','Clipse-9-10-2025'],['Molly Tuttle','Cathedral Theatre at the Masonic Temple','Detroit, MI','Thursday','9/11/2025','7:00 PM','7195243','Molly-Tuttle-9-11-2025'],['Bourbon & Beyond Festival: Sturgill Simpson, Jack White, Vance Joy & Ringo Starr and His All-Starr Band - Saturday','Highland Festival Grounds at Kentucky Expo Center','Louisville, KY','Saturday','9/13/2025','12:00 PM','6842779','Bourbon---Beyond-Festival--Sturgill-Simpson--Jack-White--Vance-Joy---Ringo-Starr-and-His-All-Starr-Band---Saturday-9-13-2025'],['Garbage','Cathedral Theatre at the Masonic Temple','Detroit, MI','Saturday','9/13/2025','7:00 PM','7059907','Garbage-9-13-2025'],['Ethel Cain','Cathedral Theatre at the Masonic Temple','Detroit, MI','Wednesday','9/17/2025','7:00 PM','7057740','Ethel-Cain-9-17-2025'],['Powerwolf','Cathedral Theatre at the Masonic Temple','Detroit, MI','Thursday','9/18/2025','6:30 PM','7083176','Powerwolf-9-18-2025'],['Riot Fest: Weezer & Jack White - Saturday','Douglass Park','Chicago, IL','Saturday','9/20/2025','11:00 AM','6892234','Riot-Fest--Weezer---Jack-White---Saturday-9-20-2025'],['Tyler Henry','Cathedral Theatre at the Masonic Temple','Detroit, MI','Thursday','9/25/2025','7:00 PM','7125805','Tyler-Henry-9-25-2025'],['CBGB Festival: Iggy Pop, Jack White, & Sex Pistols','Under The K Bridge','Brooklyn, NY','Saturday','9/27/2025','3:00 PM','7160547','CBGB-Festival--Iggy-Pop--Jack-White----Sex-Pistols-9-27-2025'],['Celtic Thunder','Cathedral Theatre at the Masonic Temple','Detroit, MI','Tuesday','9/30/2025','7:00 PM','7042610','Celtic-Thunder-9-30-2025'],['Noah Cyrus','Cathedral Theatre at the Masonic Temple','Detroit, MI','Thursday','10/2/2025','7:00 PM','7217075','Noah-Cyrus-10-2-2025'],['Evil Dead In Concert - A Live To Film Experience','Cathedral Theatre at the Masonic Temple','Detroit, MI','Wednesday','10/8/2025','7:00 PM','7211701','Evil-Dead-In-Concert---A-Live-To-Film-Experience-10-8-2025'],['Michael Blaustein','Cathedral Theatre at the Masonic Temple','Detroit, MI','Saturday','10/25/2025','7:00 PM','7153101','Michael-Blaustein-10-25-2025'],['Jimmy O. Yang','Cathedral Theatre at the Masonic Temple','Detroit, MI','Saturday','11/8/2025','6:00 PM','7157895','Jimmy-O--Yang-11-8-2025'],['Ninja Kidz Live: Infinite Possibilities','Cathedral Theatre at the Masonic Temple','Detroit, MI','Sunday','11/9/2025','2:00 PM','6874660','Ninja-Kidz-Live--Infinite-Possibilities-11-9-2025'],['The Living Tombstone','Cathedral Theatre at the Masonic Temple','Detroit, MI','Wednesday','11/12/2025','7:00 PM','6972498','The-Living-Tombstone-11-12-2025'],['Desi Banks','Cathedral Theatre at the Masonic Temple','Detroit, MI','Friday','12/5/2025','6:00 PM','7240294','Desi-Banks-12-5-2025'],['Chris D'Elia','Cathedral Theatre at the Masonic Temple','Detroit, MI','Sunday','12/7/2025','6:00 PM','7105206','Chris-D-Elia-12-7-2025']],'Jack White','http://www.ticketnetwork.com/ticket/Jack-White-events.aspx');